ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class / Dispose() Method

In This Topic
    Dispose() Method
    In This Topic
    If you call dispose on this level that means that you are not suppose to use anything that is contained below this level. That means no pages, no fonts, etc.
    Syntax
    'Declaration
     
    Public Sub Dispose() 
    public void Dispose()
    See Also